Skip Navigation Links.

H5Memory..::..GetElement<(Of <(<'Type>)>)> Method ()

Get a value from the location in the allocated memory that would correspond to memory[index] if the H5Memory were an array of the type specified.

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public Function GetElement(Of Type) ( _
	index As IntPtr _
) As Type
C#
public Type GetElement<Type>(
	IntPtr index
)
Visual C++
public:
generic<typename Type>
Type GetElement(
	IntPtr index
)
JavaScript
JavaScript does not support generic types or methods.

Parameters

index
Type: IntPtr
Offset into array - units are elements of Type (not bytes).

Type Parameters

Type

See Also